type golang.org/x/net/idna.info
19 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L447: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L449: switch p.simplify(info(v).category()) {
idna10.0.0.go#L462: func (c info) isBidi(s string) bool {
idna10.0.0.go#L485: var combinedInfoBits info
idna10.0.0.go#L497: combinedInfoBits |= info(v)
idna10.0.0.go#L498: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L502: switch p.simplify(info(v).category()) {
idna10.0.0.go#L513: b = info(v).appendMapping(b, s[start:i])
idna10.0.0.go#L638: if c := p.simplify(info(v).category()); c != valid && c != deviation {
idna10.0.0.go#L731: x := info(v)
idna10.0.0.go#L755: x = info(v)
trie.go#L11: func (c info) appendMapping(b []byte, s string) []byte {
trieval.go#L40: type info uint16
trieval.go#L94: func (c info) isMapped() bool {
trieval.go#L98: func (c info) category() category {
trieval.go#L106: func (c info) joinType() info {
trieval.go#L113: func (c info) isModifier() bool {
trieval.go#L117: func (c info) isViramaModifier() bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)